File format of .85L files
=========================
Compiled by Magnus Hagander (mha@algonet.se)


The .85L files are TI-85 lists. It can contain both real and complex
lists. The only difference is the identifier and the data block size.

The format of a list is:

Offset    Length    Comment
======    ======    =======
00h       02h       Word: List dimension (number of items)
02h       [00h]*BS  Data items. Each item is either a real number (see 85N.txt)
                    or a complex number (see 85C.txt).
                    BS is the block size, which is 10 for real lists and 20 for
                    complex lists.
